-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added option to force the targetDir to be the bower dir #87
base: devel
Are you sure you want to change the base?
Conversation
so you can have several (different) bower.json-files in multiple directories
so that bower also knows where you want your packages to be.
Fixed JSHint errors
Would love to see this added! +1 |
targetDir = path.resolve(options.targetDir); | ||
}; | ||
|
||
if(options.overrideBoweDirectory){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: missing an "r" in Bower
if(options.overrideBowerDirectory){
+1 This is the way I expected |
This is one of the most important things for me :) Please make merge this pull request. |
Typo in task fixed
Status on this? |
@yatskevich Is it mergeable for you? |
would be nice to be added. Makes my npm install a bit cleaner |
/bump |
This is a good feature as it deprecates the need of a ".bowerrc" file in your project directory. Still waiting on news for this PR. |
…adds overrideBowerDirectory support. Check yatskevich/grunt-bower-task#87 for more info.
Guys, since author dropped support of this package, i've created new one and merged this pull request into it (among few additional changes): https://github.com/AndrewDryga/grunt-bower-installer |
bump |
@AndrewDryga support has not been dropped for this package. With 13 PRs, 49 issues, and a list of things on the roadmap it's just taking some time to get things implemented. |
I was getting frustrated managing the targetDir and bower directory ( through bower config ). So I added this option to force the bower directory to be overriden with the targetDir option.